CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - haar detection

搜索资源列表

  1. HaarFaceDetect

    0下载:
  2. 人脸检测领域经典的Haar人脸检测。使用OpenCV.-Face Detection classic Haar face detection. Use OpenCV.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84312
    • 提供者:向慧
  1. adaboost_haar_bylaoYu

    0下载:
  2. 利用OpenCv开发的一个基于adaboost算法和haar小波变换的人脸算法,具体情况可参考Paul Viola ,Robust Real-Time Face Detection,2004-OPEN development of the use of an algorithm based on adaboost haar wavelet transform and the Face algorithm specific reference Paul Viola, Robust Real-Tim
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1463
    • 提供者:老余
  1. HaarTraining

    0下载:
  2. Rapid Object Detection With A Cascade of Boosted Classifiers Based on Haar-like Features-Rapid Object Detection With A Cascade of Bo osted Classifiers Based on Haar - like Features
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:257669
    • 提供者:黄笑
  1. CRL-2001-1

    0下载:
  2. 关于做人脸检测的时候所用到的Haar-like特征国内的文献讲的不是很详细,大家可以参考一下这篇文献,比较有价值的啊-human face detection of the time when used in the Haar - like characteristics of the domestic literature stresses is not very long Fine, we can refer to this document, the more valuable ah!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:784607
    • 提供者:程艳花
  1. HaarFaceFilter

    0下载:
  2. a good face detection algorithm based on Haar like features
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:22251
    • 提供者:张一鸣
  1. IntelligentSaver2

    0下载:
  2. It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:92401
    • 提供者:陈实
  1. facetect_matlab

    0下载:
  2. Face-Detector, OpenCV Haar cascade object detection. Matlab interface for running haar-cascade object detectors from the Intel Open Computer Vision Library.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1063564
    • 提供者:njustyw
  1. Intelligent_Screen_Saver

    0下载:
  2. It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observing the input from a webcam to
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:98802
    • 提供者:萧董
  1. TestDetection_v.2

    0下载:
  2. This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:25653
    • 提供者:萧董
  1. OpenCV_face_detector

    1下载:
  2. This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1295516
    • 提供者:ruan
  1. HaarFaceFilter

    0下载:
  2. 一个人脸检测的代码.用haar算法实现.-a face detection code. Haar used algorithm.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:134367
    • 提供者:文龙
  1. TrackEye_src.zip

    2下载:
  2. 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-04-13
    • 文件大小:2630917
    • 提供者:sichuanlu
  1. 人脸检测算法对AdaBoost算法进行了改进

    0下载:
  2. 2008_bmvc_FaceDetector, 实进人脸检测算法,对AdaBoost算法进行了改进,相比之下,比OPENCV中自带的基于HAAR特征的人脸检测算法更稳定。-2008_bmvc_FaceDetector, really into the face detection algorithm, the AdaBoost algorithm has been improved, compared to the native than OPENCV HAAR feature based fa
  3. 所属分类:matlab例程

    • 发布日期:2017-05-20
    • 文件大小:5644584
    • 提供者:joe
  1. 45353453

    0下载:
  2. 非常好的人脸以及人眼检测的例子。OpenCV支持的目标检测的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本的C++接口除了Haar特征以外也可以使用LBP特征。-Very good example of the human face and the human eye to detect. OpenCV supported target detection method is carried out us
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:4535672
    • 提供者:皇城圣骑士
  1. facedetect

    0下载:
  2. 基于openCV的多角度人脸检测,融合了正脸侧脸haar分类器,具有极强鲁棒性-, The integration of multi-angle face detection based on openCV positive face side faces haar classifier, with strong robustness
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8490012
    • 提供者:herthy
  1. simpleABdemo

    0下载:
  2. Adaboost算法的基本思想是:利用大量的分类能力一般的弱分类器(weaker ifier)通过一定的方法叠加(boost)起来,构成一个分类能力很强的强分类器 眼eClassifier),再将若干个强分类器串联成为分级分类器(ClassifierCaseade) 图像搜索检测。本文就是利用Adaboost算法将由类haar特征生成的弱分类器 成为强分类器,再将强分类器串联成为分级分类器。 -Adaboost algorithm basic idea is: the abi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:8522
    • 提供者:wangxuyang
  1. squares

    0下载:
  2. haar training squares detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2828
    • 提供者:adirkol
  1. face

    0下载:
  2. haar小波处理 分类器 人脸检测 多级分类器-haar wavelet processing of face detection classifier multi-classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4278630
    • 提供者:lifei
  1. c_FaceRecognition

    0下载:
  2. 利用haar小波调用分类器检测人脸,代码清晰,并有注释。是初学者的好帮手!-Haar wavelet call classifier using face detection, code clarity, and a comment. Is a good helper for beginners!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1995320
    • 提供者:王晶晶
  1. RobustRealtimeObjectDetection

    0下载:
  2. 人脸实时检测今年来最权威的文章,包括haar小波特征和adaboost的详细原理,violaJones著作。-Robust Real-time Object Detection。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:402046
    • 提供者:long
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com